Crate num_bytes[][src]

Expand description

A crate to allow converting generic primitives into bytes.

Defines TryFromBytes and IntoBytes traits and implements them on all numerical primitives.

Traits

Defines a type can be converted into a byte vector.

Defines a type can be converted from a byte slice.